-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rp2040] Implement IRQ handlers for GPIO and QSPI #848
Conversation
5746091
to
24c4f4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! I think we can merge the IntHandler
template class into a normal class though.
28100f8
to
0a2e209
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent!
Some very minor polish and this is ready to merge.
dc46141
to
33d09b9
Compare
Please let me know if I missed something... |
(Please rebase on latest develop) |
Based on discussion modm-io#847
33d09b9
to
599e0ba
Compare
Based on discussion #847